home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erotic Games: Memory
/
Erotic Games: Memory.iso
/
mac
/
air_installers
/
AdobeAIR.exe
/
setup.swf
/
scripts
/
fr$CSS_properties.as
< prev
next >
Wrap
Text File
|
2009-02-12
|
1KB
|
37 lines
package
{
import mx.resources.ResourceBundle;
public class fr$CSS_properties extends ResourceBundle
{
public function fr$CSS_properties()
{
super("fr","CSS");
}
override protected function getContent() : Object
{
return {
"h2-fontFamily":"Myriad Pro Bold",
"h2-fontWeight":"normal",
"h1-fontSize":"18",
"h1-fontFamily":"Myriad Pro",
"CheckBox-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
"h1-fontWeight":"normal",
"Application-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
"formItemText-fontWeight":"bold",
"Application-fontSize":"10",
"Button-fontFamily":"Myriad Pro",
"Button-fontSize":"14",
"Button-fontWeight":"normal",
"Button-paddingLeft":"10",
"h2-fontSize":"12",
"Button-paddingRight":"10",
"CheckBox-fontSize":"10"
};
}
}
}